Vcenter NamespaceManagement Stats TimeSeries Spec
This structure is sent in a request for TimeSeries data and is used to specify what object stats should be returned for.
This schema was added in vSphere API 7.0.0.0.
{
"obj_type": "string",
"namespace": "string",
"cluster": "string",
"start": 0,
"end": 0
}
Type of statistics object that the request is operating on.
For more information see: Vcenter NamespaceManagement Stats TimeSeries Spec ObjType.
This property was added in vSphere API 7.0.0.0.
Namespace name for queries for a namespace.
This property was added in vSphere API 7.0.0.0.
This property is optional and it is only relevant when the value of obj_type is Vcenter NamespaceManagement Stats TimeSeries Spec ObjType.NAMESPACE.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespaces.Instance
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespaces.Instance
.
Cluster identifier for queries for a cluster.
This property was added in vSphere API 7.0.0.0.
This property is optional and it is only relevant when the value of obj_type is Vcenter NamespaceManagement Stats TimeSeries Spec ObjType.CLUSTER.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: ClusterComputeResource
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: ClusterComputeResource
.
UNIX timestamp value indicating when the requested series of statistical samples should begin. https://en.wikipedia.org/wiki/Unix_time
This property was added in vSphere API 7.0.0.0.
UNIX timestamp value indicating when the requested series of statistical samples should end. https://en.wikipedia.org/wiki/Unix_time
This property was added in vSphere API 7.0.0.0.